[three20] dynamically add Items to TTLauncher
Posted
by choise
on Stack Overflow
See other posts from Stack Overflow
or by choise
Published on 2010-04-21T08:35:17Z
Indexed on
2010/04/28
5:13 UTC
Read the original article
Hit count: 413
Hi guys,
in my app i got a TTLauncher Object with some TTLauncherItems in it. Now i want to add some Items dynamically inside my App by pressing a button.
Is there a simple way to do that or do i have to create my own methods? In the original facebook application there is already something like that implemented. (You can add your Friends to the Launcher)
If not, what would be the best thing to do something like that? Store all "extra items" in a plist oder even in a database and query them, each time TTLauncher object is initialized?
Thanks for help :)
© Stack Overflow or respective owner